@charset "UTF-8";
.newprod_con .newprod_list .newprod_name, .newprod_con .newprod_list .newprod_price, .newprod_con .newprod_list .newprod_intr,.marquee_list p a, .art_list .prod_list_list .prod_list_name, .art_list .prod_list_list .prod_list_type {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newprod_con .newprod_list .newprod_pic a , .marquee, .marquee_list, .art_list .prod_list_list .prod_list_pic.five .flash_image{
  overflow: hidden;
}
.newprod_con .newprod_list img, .marquee img, .marquee_list img, .art_list .prod_list_list .prod_list_pic img ,.five .flash_image img{
  -webkit-transform: scale(1);
  transform: scale(1);
	transition: all 0.5s ease;
}
.newprod_con .newprod_list:hover img, .marquee img:hover, .marquee_list p:hover img, .art_list .prod_list_list .prod_list_pic :hover img,.five .flash_image img:hover {
  -webkit-transform:scale(1.1);
	transform: scale(1.1);
	transition: all 0.5s ease;
}

.newprod_con .newprod_list, .marquee_list p font, .art_list .prod_list_list, .art_list #pager, .copyright {
  text-align: center;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
/*2015-3-5 21:00:27*/

* {
  margin: 0 auto;
  padding: 0;
}

body {
	font: 12px/1.5 "sans serif",tahoma,verdana,helvetica;
	color: #333333;
  background-color: #fff;
}

img {
  border: 0;
  max-width: 100%;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover{
	color: #ce0d12;
	}

.left, .three > div,.five>div, .art_list .prod_list_list, .art_list_con ul li p.l_title, .company_intro p img, #mess_main .mess_list .mess_title {
  float: left;
}

H3,em{
	font-weight:normal;
	}
.right, .art_list_con ul li p.n_time {
  float: right;
}

.clearFloat:after, .company_intro:after, #mess_main .mess_list:after, .flink_index:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearFloat, .company_intro, #mess_main .mess_list, .flink_index {
  *zoom: 1;
}

/*sitemaster reset and only*/
.logo, #nav, .flash_image, .three, .newprod_name, .wrap, .copyright {
  margin: 0 auto;
}
.banner .flash_image{
	text-align:center;
	overflow: hidden;
	position:relative;
	min-width:1200px;/*兼容手机浏览器*/
	}
.switch_langbar {
  display: none;
}

/*index - 2015-2-2 16:26:07*/
.wrap .mod_block {
  position: relative;
}

.five,.three, .boundary, .wrap, .copyright {
	width: 1200px;
}

.header{
  min-width: 1200px;
}
.header_con {
  width: 1200px;
  min-height: 100px;
  margin: 0 auto;
  position: relative;
}

.logo, #nav, .logo .flash_image {
  width: auto;
}
.logo{
	width: 360px;
	float:left;
	position: relative;
}

/*banner*/
.banner {
  *z-index: -1;
  margin: 0 auto;
}
.banner .mod_block {
	padding-bottom: 0px;
	background-image: none;
}

#nav {
  width: 840px;
  float:left;
  margin: 0 auto;
  position: relative;
}
.nav_con {
	width:100%;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	font-family: "Microsoft Yahei", Arial;
	font-size: 14px;
	position: relative;
	z-index:1;/* ie7菜单遮挡 */
}
#nav .mod_toolbar{
	top:0px;
	z-index:101;
	}
.navigation {
  text-align: center;
  height: 100px;
  *height: 100px;
  font-size: 0;/* inline-block;空白间距解决 */
  /*>li:first-child a, */
}
.navigation a {
  color: #000;
  text-align: center;
  display: block;
  font-size: 16px;
}
.navigation a:hover {
  
}
.navigation li {
  *margin-left: 0;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
  min-width: 100px;/*指定菜单宽度，只对第一个LI有效*/
  z-index: 100;
}
.navigation > li{
  
}
.navigation > li:first-child a {
  background-image:url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: 50% 70px;
}
.navigation li a:hover{
	background-image:url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: 50% 70px;
	}
.navigation li span{
	padding:0;
	margin:0;
}
.navigation li span ul {
  position: absolute;
  background: #FFf;
  width: 100%;
  display: none;
  left: 0;
  z-index: 100;
}
.navigation li span ul li {
  border-left: none;
  margin-left: 0;
  width: 100%;
  padding: 0;
  height:30px;
  line-height:30px;
  color:#000;
}
.navigation li span ul li a{
	white-space: nowrap;/*文字超出自动隐藏*/
	overflow: hidden;
	text-overflow: ellipsis;
}
.navigation li span ul li:hover{
	background: #cccccc;
}
.navigation li span ul li a:hover{
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: 50% 23px;
	
}
.navigation li span ul li ul {
  top: 0;
  left: 100%;
}
.navigation li span ul li a {
  font-size: 11px;
  padding: 0 0;
}
.navigation > li > span > a {
  height: 100px;/*控制带span菜单高度*/
  line-height: 100px;
  min-width: 100px;/*控制带span菜单宽度，兼容IE7*/
  color:#000;
}
.navigation > li:first-child {
  border-left: none;
  margin-left: 0;
}

/*longBarTop*/
.con > div {
  position: relative;
}
.five .list_bot,
.three .list_bot,
.con .list_bot,
.left .list_bot,
.three > div .list_bot,
.art_list .prod_list_list .list_bot,
.art_list_con ul li p.l_title .list_bot,
.company_intro p img .list_bot,
#mess_main .mess_list .mess_title .list_bot {
  height: 5px;
}


/* 推荐产品开始 */
.newprod_con {
  overflow: hidden;
}

.newprod_con .newprod_list{
	position: relative;
	margin-bottom: 10px;
}
.newprod_con .newprod_list .newprod_pic {
  width: 286px;
  height: auto;
  display:table;/*必须*/
  margin: 0 auto;
  border-spacing: 0;
  text-align: center;
  box-shadow: 6px 6px 8px #cccccc;
}
.newprod_con .newprod_list .newprod_pic a{
  display:table-cell;
	width:286px;
	height:auto;
	text-align:center; 
	*font-size:368px; /* height与font-size之比大约为：1:0.893; 兼容IE6 */
	zoom:1; 
	vertical-align:middle;
}
.newprod_con .newprod_list .newprod_pic img {
width: 286px;
	height: 412px;
  max-width: 286px;/* 图片大小可调 */
  max-height: 412px;
}
/* 推荐产品结束 */

.newprod_con .newprod_list div:nth-child(2){
  	visibility: hidden;
	position: absolute;
	top:160px;
	 left: 0;
  right: 0;
  margin: 0 auto;
  margin: auto;
	color: #ffffff!important;
	font-size:18px!important;
}
.newprod_con .newprod_list div:nth-child(3){
	visibility: hidden;
	position: absolute;
	top:187px;
	 left: 0;
  right: 0;
  margin: 0 auto;
  margin: auto;
	color: #ffffff!important;
	font-size:18px!important;
}
.newprod_con .newprod_list div:nth-child(4){
	visibility: hidden;
	position: absolute;
	top:214px;
	 left: 0;
  right: 0;
  margin: 0 auto;
  margin: auto;
	color: #ffffff!important;
	font-size:18px!important;
}
.newprod_con .newprod_list div:nth-child(5){
	visibility: hidden;
	position: absolute;
	top:241px;
	 left: 0;
  right: 0;
  margin: 0 auto;
  margin: auto;
	color: #ffffff!important;
	font-size:18px!important;
}
.newprod_con .newprod_list .newprod_name a,.newprod_con .newprod_list .newprod_price a,.newprod_con .newprod_list .newprod_intr a{
	color: #ffffff!important;
	font-size:18px!important;
}
.newprod_con .newprod_list .newprod_price {
 
}

/* 通用标题*/
.blk_t,
.art_list_title,
.artview_title {
  color: #4c4c4c;
  font-family: "Microsoft Yahei", Arial;
  font-size: 30px;
  line-height: 48px;
}
/*通用正文内框，如果所有都是一个效果可以删除下面的*/
/* 左侧正文内框、右侧正文内框、三栏正文内框、上通栏正文内框、下通栏正文内框 */
.prod_type,
.list_con,
.pro_over,
.art_list1,
.com_con,
.qq_list_con,
.company_intro,
#longBarTop .flash_image,
#longBarBottom .flash_image,
.three .flash_image,
.left_con .flash_image,
.right_con .flash_image,
.center_con .flash_image,.five .flash_image{
	/* flash_image，因为logo、banner也调用了，所以单独写*/
	padding: 0;
	*padding: 0;/*兼容IE的时候注意修改数值*/
}
/*three*/
.three {
  background: #fff;
  padding-top: 3px;
}
.three > div {
  width: 33%;
}
/* 三栏标题 */
.three .threeLeft .blk_t,
.three .threeLeft .art_list_title,
.three .threeLeft .artview_title,
.three .threeCenter .blk_t,
.three .threeCenter .art_list_title,
.three .threeCenter .artview_title,
.three .threeRight .blk_t,
.three .threeRight .art_list_title,
.three .threeRight .artview_title{
  font-size: 26px;
	line-height: 70px;
	color: #4d4d4d;
	text-align: center;
}
.three .threeLeft .blk_t em,
.three .threeLeft .art_list_title em,
.three .threeLeft .artview_title em,
.three .threeCenter .blk_t em,
.three .threeCenter .art_list_title em,
.three .threeCenter .artview_title em,
.three .threeRight .blk_t em,
.three .threeRight .art_list_title em,
.three .threeRight .artview_title em{
	color: #f99aa8;
	font-size: 18px;
}
/* 三栏正文内框 */
.three .category .prod_type,
.three .list_con,
.three .pro_over,
.three .art_list1,
.three .com_con,
.three .flash_image,
.three .qq_list_con{
   font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
  font-size: 18px;
	text-align: center;
	line-height: 18px;
	margin-top:50px;
	overflow: hidden;/*超出部分隐藏*/
           white-space: nowrap;/*不换行*/
            text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.three .threeRight {
  *width: 32.9%;
}
.three .threeCenter {
  margin: 0 0.5%;
}

/*up down*/
.marquee {
  height: 100px;
}
.marquee a {
  overflow: hidden;
  display: block;
  text-align: center;
  border: 1px solid #E6E6E6;
  border-bottom: none;
}
.marquee p a {
  margin-bottom: 10px;
  border: 1px solid #E6E6E6;
  border-top: none;
}

/*left right*/
.marquee_list {
	padding-bottom: 100px;
}
.marquee_list p {
  width: 286px;
	height: auto;
}
.marquee_list p:hover .ta,.newprod_con .newprod_list:hover .newprod_pic{ 
background-color: #dc4a60;
	
}
.marquee_list p:hover .fl,.newprod_con .newprod_list:hover .newprod_name{
	visibility: visible;
}
.marquee_list p:hover .fl,.newprod_con .newprod_list:hover .newprod_price{
	visibility: visible;
}
.marquee_list p:hover .fl,.newprod_con .newprod_list:hover .newprod_intr{
	visibility: visible;
}
.marquee_list p:hover img,.newprod_con .newprod_list:hover img{
filter:alpha(opacity=50);/* 隐藏IMG的图片 */
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
	
}
.marquee_list p .ta,.newprod_con .newprod_list .newprod_pic{
	transition: all 0.5s ease;
}
.marquee_list p font {
  display: block;
}
/* 自定义水平滚动图片开始 */
.marquee_list p{
	position: relative;
}
.marquee_list p .fl{
	position: absolute;
	color: #FFFFFF!important;
	font-size: 18px!important;
	top:196px;
	 left: 0;
  right: 0;
  margin: 0 auto;
  margin: auto;
	visibility: hidden;
}
.marquee_list p .fl a{
	color: #FFFFFF!important;
	font-size: 18px!important;
}
.marquee_list p .ta{
  	display:table;/*控制第一个font*/
	width: 286px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	box-shadow: 6px 6px 8px #cccccc;
}
.marquee_list p .gd{
  display:table-cell;/*控制第一个a*/
	width:286px;
	height: auto;
	text-align:center; 
	
	zoom:1; 
	vertical-align:middle;
  
}
.marquee_list p img{
    width: 286px;
	height: 412px;
	max-width: 286px;
	max-height: 412px;
}
.marquee_list p img:hover{
	
}
/*left right*/
.left_con .list_con{
	padding: 0 0;
}
.left_con .category .prod_type ul li,.right_con .category .prod_type ul li{
  border-top: 1px dashed #ec9ba7;
  text-indent: 15px;
	line-height: 30px;
}
.category .prod_type ul li ul {
  display: none;
}
.category .prod_type ul li:first-child {
  border-top: none;
}
.category #tree1 ul li {
  background: url("../images/news_arrow.gif") no-repeat scroll 0px 10px;
	
}
/* 上下通栏产品横向菜单 */
#longBarTop .category,
#longBarCenterTitle .category,
#longBarCenter .category,
#longBarBottom .category,
.center_con .category,
#longBarbg .category{
  margin: 10px auto;
  min-height: 40px;
  text-align: center;
}
#longBarTop .category .prod_type ul li,
#longBarCenterTitle .category .prod_type ul li,
#longBarCenter .category .prod_type ul li,
#longBarBottom .category .prod_type ul li,
.center_con .category .prod_type ul li,
#longBarbg .category .prod_type ul li{
  border-top: none;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 70px;
  margin-right: 10px;
  line-height: 24px;

  overflow: hidden;
  text-align: center;
  border-radius: 20px;
	border: #fff solid 1px;
	color:#cccccc;
	font-size: 18px;
}
#longBarTop .category .prod_type ul li:hover,
#longBarCenterTitle .category .prod_type ul li:hover,
#longBarCenter .category .prod_type ul li:hover,
#longBarBottom .category .prod_type ul li:hover,
.center_con .category .prod_type ul li:hover,
#longBarbg .category .prod_type ul li:hover{
  border: #dc4a60 solid 1px;
box-shadow:3px 3px 5px;

}
#longBarTop .category .prod_type ul li:hover a,
#longBarCenterTitle .category .prod_type ul li:hover a,
#longBarCenter .category .prod_type ul li:hover a,
#longBarBottom .category .prod_type ul li:hover a,
.center_con .category .prod_type ul li:hover a,
#longBarbg .category .prod_type ul li:hover a{
	color:#dc4a60
}
#longBarTop .category .prod_type ul li a,
#longBarCenterTitle .category .prod_type ul li a,
#longBarCenter .category .prod_type ul li a,
#longBarBottom .category .prod_type ul li a,
.center_con .category .prod_type ul li a,
#longBarbg .category .prod_type ul li a{
  color: #cccccc;
}
#longBarTop .category .prod_type ul li ul li,
#longBarCenterTitle .category .prod_type ul li ul li,
#longBarCenter .category .prod_type ul li ul li,
#longBarBottom .category .prod_type ul li ul li,
.center_con .category .prod_type ul li ul li,
#longBarbg .category .prod_type ul li ul li{
  display: none;/* 隐藏二级菜单 */
}
/*con*/
.left_con, .right_con {
  width: 29%;
}
.center_con {
  width: 42%;
}
.centerLeft_con{
  width:47.25%;
	float: left
}
.centerRight_con {
  width: 50%;
	float:right
}

.list_more, .art_list .art_list_search {
  
}
.list_more{
	display: none;
}
.art_list .art_list_search{
	position: absolute;
	top:12px;
	bottom:14px;
	right:12px;
	height: 35px;
}
.longBarCenter_r .list_more{
	position: relative;
	top:35px;
	bottom:0px;
	right: 0;
	height: auto;
	display: block;
}

.centerRight_con .list_more,#centerTop .list_more,#left .list_more,#right .list_more,.three .list_more,#longBarTop .list_more
{
  display: none;
}
/* con左右部分标题*/
.left_con .blk_t,
.left_con .art_list_title,
.left_con .artview_title,
.right_con .blk_t,
.right_con .art_list_title,
.right_con .artview_title {
  background-color: #dc4a60;
text-indent: 20px;
  position: relative;
  z-index: 0;
	font-size:14px;
	color: #fff;
	}
.left_con .blk_t:before,
.left_con .art_list_title:before,
.left_con .artview_title:before,
.right_con .blk_t:before,
.right_con .art_list_title:before,
.right_con .artview_title:before{
   
    top:2px;
    bottom:2px;
    left:2px;
    right:2px;
    position:absolute;
    z-index:-1;
    position:absolute;
    content:'';
	
}
/* con中间部分标题*/
.center_con .blk_t,
.center_con .art_list_title,
.center_con .artview_title {
  background-color: #dc4a60;
  text-indent: 20px;
  position: relative;
  z-index: 0;
	font-size: 18px;
	color:#fff;
}
.center_con .blk_t:before,
.center_con .art_list_title:before,
.center_con .artview_title:before {
    
    top:2px;
    bottom:2px;
    left:2px;
    right:2px;
    position:absolute;
    z-index:-1;
    position:absolute;
    content:'';
}
/* con中间部分双栏标题*/
#centerLeft .blk_t,
#centerRight .blk_t{
  background-color: #dc4a60;
  text-indent:20px;
  position: relative;
  z-index: 0;
}
#centerLeft .blk_t:before,
#centerRight .blk_t:before{
    border:1px dashed rgba(255,255,255,0.8);
    top:2px;
    bottom:2px;
    left:2px;
    right:2px;
    position:absolute;
    z-index:-1;
    position:absolute;
    content:'';
}
/* con[关于我们]新闻*/
.center_con .titlelist,
.centerBottom .titlelist{
	overflow: auto;
}
.centerTop .titlelist li,
.centerBottom .titlelist li{
	width:49%;
  float:left;
	margin-right: 1%;
	}
.centerTop{
  margin-bottom: 20px;
}
/* 左侧、右侧正文内框 */
.left_con .category .prod_type,
.left_con .list_con,
.left_con .pro_over,
.left_con .art_list1,
.left_con .com_con,
.left_con .flash_image,
.left_con .qq_list_con,
.right_con .category .prod_type,
.right_con .list_con,
.right_con .pro_over,
.right_con .art_list1,
.right_con .com_con,
.right_con .flash_image,
.right_con .qq_list_con{
	padding: 0 10px;
  line-height: 200%;
}
/* 中间正文内框 */
.center_con .category .prod_type,
.center_con .list_con,
.center_con .pro_over,
.center_con .art_list1,
.center_con .com_con,
.center_con .flash_image,
.center_con .qq_list_con{
   
}

/*art_list*/
.art_list {
  position: relative;
}
.art_list .art_list_search {

}
.art_list .art_list_search #prd_keyword {
  height: 20px;
  line-height: 20px;
}
.art_list .art_list_search #prdsearch_submit,.art_list .art_list_search #articlesearch_submit {
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 62px;
  height: 20px;
  line-height: 20px;
  background: url(../images/search_button1.gif) no-repeat;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  cursor: pointer;
  text-indent: 15px;
}
.art_list .prod_list_con {
  padding: 8px;
  zoom: 1;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-face-color: #E6E6E6;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #B0B0B0;
  scrollbar-arrow-color: #666666;
  scrollbar-track-color: #f5f5f5;
  scrollbar-color: #B0B0B0;
  scrollbar-darkshadow-color: #9C9C9C;
}
.art_list .prod_list_list {
  width: 24%;
  _display: inline;
  margin: 0 0.5%;
  padding: 5px 0;
  line-height: 1.5em;
}
.art_list .prod_list_list :hover {
  /* background: #eeeeee; */
}
.art_list .prod_list_list .prod_list_pic {
  height: 135px;
}
.art_list #pager {
  margin: 20px auto;
}
.art_list .art_list_title_ul h2 {
  padding: 10px 0;
}

.art_list_con ul li {
  height: 26px;
  line-height: 26px;
  border-bottom: 1px dashed #000;
  @entend .clearFloat;
}
.art_list_con ul li p.l_title {
  background: url(../images/news_arrow.gif) no-repeat left;
  text-indent: 15px;
}

.art_list_title, .artview_title {
  
}
.company_intro p img {
  border: 5px solid #F0F0F0;
  margin-right: 10px;
  max-height: 150px;
}

/*mess*/
#mess_main {
  padding: 0 10px;
}
#mess_main .mess_list .mess_title {
  width: 10%;
  height: 30px;
  margin: 5px 0;
}
#mess_main .mess_list .mess_input, #mess_main .mess_list .mess_textarea {
  padding-left: 15px;
}
#mess_main .mess_list .mess_input input, #mess_main .mess_list .mess_input textarea, #mess_main .mess_list .mess_textarea input, #mess_main .mess_list .mess_textarea textarea {
  width: 60%;
  margin: 5px 0;
}
#mess_main .mess_list .mess_input input, #mess_main .mess_list .mess_textarea input {
  height: 22px;
}
#mess_main .mess_list img {
  vertical-align: middle;
}
#mess_main .subd {
  width: 70px;
  border: 0px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  color: #333333;
}

.artview {
  padding: 0 0;
}

.flink_index {
  margin: 0px 10px;
}
.flink_index li {
  display: table-cell;
  margin: 5px;
  padding: 3px;
  border: 1px solid #fff;
  width: 144px;
  height: 60px;
  vertical-align: middle;
  *position: relative;
  float: left;
}
.flink_index li img {
  width: auto !important;
  max-width: 120px;
  display: block;
  margin: 0 auto;
  *position: absolute;
  *top: 50%;
  *left: 50%;
  *margin-top: expression(-this.height/2);
  *margin-left: expression(-this.width/2);
  /*for IE低版本7/6*/
}

#footer {
  font-size: 12px;
  color: #FFF;
  min-width:1200px;/*兼容手机浏览器*/
  background-color: #dc4a60;
	margin-top: 80px;
}
#footer a{
  color: #FFF;
}
#footer .com_con {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.copyright {
  padding: 30px 0;
}

.qq_list_con ul li {
  line-height: 30px;
}
.qq_list_con ul li img {
  padding-right: 10px;
}

/*noContent*/
.noContent .placeholder, .noContent_left .placeholder, .noContent_right .placeholder {
  height: 20px;
  background: #CCF3FF;
  border: 1px dashed #3298FE;
}

.noContent_left {
  background: #f4f0e7;
  position: absolute;
  top: 0;
  left: -121px;
  width: 112px;
}

.noContent_right {
  background: #f4f0e7;
  position: absolute;
  top: 0;
  right: -121px;
  width: 112px;
}

.noContent_left:after {
  content: '点击激活左侧内容';
}

.noContent_right:after {
  content: '点击激活右侧内容';
}

/* sortable placeholder */
.sortable_placeholder {
  display: block;
  order: 1px solid #efefef;
  height: 32px;
  background: #3298FE;
}

.placeholder {
  display: block;
  height: 12px;
}

.artview_info, .prodview_info {
  margin: 20px 0 15px;
  padding: 5px 10px;
  line-height: 20px;
  border: 1px solid #f4e4b4;
  background: #fffff0;
}

.prodview_pic, .prodview_pic img {
  width: 200px;
  height: 225px;
}

.prodview_pic {
  float: left;
  margin: 0 15px 0 20px;
  _margin-left: 10px;
  border: #D5E1E2 1px solid;
}

/*列表前面的小三角*/
.recent, .titlelist {
	
}

.recent_list, .titlelist li {
	margin-bottom: 7px;
  	background:#e6e6e6;
  	text-indent: 15px;
	font-size: 18px;
  	line-height: 58px;
  	overflow: hidden;
    white-space: nowrap;/*文本不会换行*/
    text-overflow: ellipsis;/*显示省略符号*/
	color:#999999;
	
}
.recent_list, .titlelist li a{
	 color:#999999;
	
}
.recent_list, .titlelist li:hover a{
	color: #fff;
}
.recent_list, .titlelist li:hover{
	background: #dc4a60;
}
.recent_list a {
  display: block;

}
.recent_list :last-child {
  text-align: right;
}

/*链接hover*/
.category .prod_type li, .titlelist li {
  
}
.category .prod_type li a:hover, .titlelist li a:hover {
  
}

/*正文内边距*/
.art_list_con, #sta_content, .company_intro, .qq_list_con, .prodview_content, form#messform, .com_con,#artview_content {
  line-height: 200%;
}

.prodview_content {
  clear: both;
}

/*add or reset css*/
.wrap {
  width: auto;
}
/* #longBarTop */
#longBarTop
{
	width: 1200px;
	background-color:#FFF;
  margin: 0 auto;
	margin-top: 90px;
}
#longBarBottom,
.con > div,
#leftmain {
	width: 1200px;
	background-color:#FFF;
	margin: 10px auto;
}
#longBarTop,
#longBarBottom {
}
#longBarbg,#longBarCenterTitle{
  width: 100%;
  position: relative;
  
	
}
#longBarbg{
	
}
#MODBLK_1642{
  min-height: 500px;
}
#MODBLK_1642 .com_con img{
  filter:alpha(opacity=0);/* 隐藏IMG的图片 */
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
  margin-bottom: 20px;
}
#longBarbg .com_con,#longBarCenterTitle .com_con{
  background-repeat: no-repeat;
  background-position: center top;
}
#longBarbg .newprod_con,#longBarCenterTitle .newprod_con{
  
}
#longBarCenter{
  width: 1200px;
  margin-left: auto;
	margin-right: auto;
  margin-top: 30px;
  z-index:1;
	zoom:1;
 
}
#longBarCenter:hover{
  
}

.longBarCenter_l{
  width: 660px;
  height: auto;
  float: left;
}
.longBarCenter_l .flash_image{
  position: relative;
}
.longBarCenter_l .flash_image img{
 
  
  z-index: 1;
 
}

.longBarCenter_r{
  width:500px;
  height: auto;
  
  padding-left: 40px;
  float: right;
  line-height: 28px;
	color: #999999;
  
	font-size: 14px;
	background:url(../images/about_us.jpg) -20px 60px no-repeat;
	
}
.longBarCenter_r .list_con{
	
}
#longBarCenter .blk_t,
#longBarCenter .art_list_title,
#longBarCenter .artview_title{
  font-size: 18px;
}
#longBarCenter .blk_t em,
#longBarCenter .art_list_title em,
#longBarCenter .artview_title em{
  font-size: 13px;
  font-style:normal;
}
#longBarCenter .longBarCenter_r .blk_t,
#longBarCenter .longBarCenter_r .art_list_title,
#longBarCenter .longBarCenter_r .artview_title{
	font-size: 26px;
	line-height: 70px;
	color: #4d4d4d;
}
#longBarCenter .longBarCenter_r .blk_t em,
#longBarCenter .longBarCenter_r .art_list_title em,
#longBarCenter .longBarCenter_r .artview_title em{
	color: #f99aa8;
	font-size: 18px;
}
/* 上下通栏标题 */
#longBarCenterTitle .blk_t,
#longBarCenterTitle .art_list_title,
#longBarCenterTitle .artview_title,
#longBarBottom .blk_t,
#longBarBottom .art_list_title, 
#longBarBottom .artview_title,
#longBarbg .blk_t,
#longBarbg .art_list_title, 
#longBarbg .artview_title {
  
  line-height: 60px;
  text-align: center;
  background-image: url(../images/title.jpg);
  background-repeat: repeat-x;
  background-position: center 60px;
	width: 100%;
	margin-top: 70px;
}
#longBarTop .blk_t,
#longBarTop .art_list_title,
#longBarTop .artview_title{
	text-align: center;
	font-size: 30px;
	color: #dc4a60;
	letter-spacing: 3px;
	
}
#longBarTop .blk_t em,
#longBarTop .art_list_title em,
#longBarTop .artview_title em{
	letter-spacing: 3px;
	font-size: 30px;
	color: #ec9ba7;
}
#longBarCenterTitle .blk_t em,
#longBarCenterTitle .art_list_title em,
#longBarCenterTitle .artview_title em,
#longBarBottom .blk_t em,
#longBarBottom .art_list_title em, 
#longBarBottom .artview_title em,
#longBarbg .blk_t em,
#longBarbg .art_list_title em, 
#longBarbg .artview_title em {
	color: #cccccc;
	width: 100%;
	display: block;
}
/* 上通栏正文内框 */
#longBarTop .category .prod_type,
#longBarTop .list_con,
#longBarTop .pro_over,
#longBarTop .art_list1,
#longBarTop .com_con,
#longBarTop .flash_image,
#longBarTop .qq_list_con{

}
/* 中通栏正文内框 */
#longBarCenter .category .prod_type,
#longBarCenter .list_con,
#longBarCenter .pro_over,
#longBarCenter .art_list1,
#longBarCenter .com_con,
#longBarCenter .flash_image,
#longBarCenter .qq_list_con{
  padding: 0;
}
#longBarbg .pro_over,
#longBarbg .marquee_list,
#longBarbg .list_main,
#longBarCenterTitle .pro_over,
#longBarCenterTitle .marquee_list,
#longBarCenterTitle .list_main{
  width: 1200px;/* 限制推荐产品的宽度 */
  margin: 0 auto;
	margin-top: 20px;
	
}
/* 下通栏正文内框 */
#longBarBottom .category .prod_type,
#longBarBottom .list_con,
#longBarBottom .pro_over,
#longBarBottom .art_list1,
#longBarBottom .com_con,
#longBarBottom .flash_image,
#longBarBottom .qq_list_con{

}
#longBarTop .list_bot, #longBarBottom .list_bot {
  height: 7px;
}

/*上下大通栏的新闻列表*/
#longBarTop .titlelist,
#longBarCenter .titlelist,
#longBarBottom .titlelist,
#longBarCenterTitle .titlelist,
#longBarbg .titlelist{
	overflow: auto;
}
#longBarTop .titlelist li,
#longBarCenter .titlelist li,
#longBarBottom .titlelist li,
#longBarCenterTitle .titlelist li,
#longBarbg .titlelist li{
	width:49%;
	float:left;
	margin-right: 1%;
}

.left_con .mod_block{
  margin-right: 8px;/*左栏与中栏的空隙*/
}
.center_con .mod_block {
  margin-right: 0px;
}

.right_con .mod_block {
  margin-left: 10px;/*右栏与中栏的空隙*/
}

#leftmain.art_list, #leftmain .center_con .artview, #leftmain .center_con .art_list1 {
  margin-right: 0px;
}

.left_con .mod_block, .right_con .mod_block {
  background-color: #FFF;
}

.center_con .mod_block, .center_con .art_list, .center_con .artview, .center_con .art_list1 {
  background-color: #FFF;
}
.center_con .art_list_title {
  
}
.center_con .art_list_title em {
  font-style: normal;
}

.FORIE7 {
  float: none;
}

ul.mktree li.liBullet .bullet {
  background: url(file:///D|/PHPnow/vhosts/ysd001.tfidc.com/template/xianhua-180614-lql37/images/minus.gif) center left no-repeat  !important;
}
/*five*/

#longBarTop .five {
  background: #fff;
  
  margin: 0 auto;
	
}
#longBarTop .five > div {
  width: 19.2%;
}
/* 5栏标题 */
.five .five1 .blk_t,
.five .five1 .art_list_title,
.five .five1 .artview_title,
.five .five2 .blk_t,
.five .five2 .art_list_title,
.five .five2 .artview_title,
.five .five3 .blk_t,
.five .five3 .art_list_title,
.five .five3 .artview_title,
.five .five4 .blk_t,
.five .five4 .art_list_title,
.five .five4 .artview_title,
.five .five5 .blk_t,
.five .five5 .art_list_title,
.five .five5 .artview_title,{
 font-size: 26px;
	line-height: 70px;
	color: #4d4d4d;
	text-align: center;
}
.five .five1 .blk_t em,
.five .five1 .art_list_title em,
.five .five1 .artview_title em,
.five .five2 .blk_t em,
.five .five2 .art_list_title em,
.five .five2 .artview_title em,
.five .five3 .blk_t em,
.five .five3 .art_list_title em,
.five .five3 .artview_title em,
.five .five4 .blk_t em,
.five .five4 .art_list_title em,
.five .five4 .artview_title em,
.five .five5 .blk_t em,
.five .five5 .art_list_title em,
.five .five5 .artview_title em{
	color: #f99aa8;
	font-size: 18px;
}

/* 5栏正文内框 */
.five .category .prod_type,
.five .list_con,
.five .pro_over,
.five .art_list1,
.five .com_con,
.five .flash_image,
.five .qq_list_con{
  font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
  font-size: 18px;
	text-align: center;
	line-height: 18px;
	margin-top:50px;
	overflow: hidden;/*超出部分隐藏*/
            white-space: nowrap;/*不换行*/
            text-overflow:ellipsis;/*超出部分文字以...显示*/
}

.five .five1,.five .five2,.five .five3,.five .five4,.five .five5{
  margin: 0 0.5%;
}
.five .five1{
	margin-left: 0;
}
.five .five5{
	margin-right: 0;
}